home *** CD-ROM | disk | FTP | other *** search
/ Network CD 2 / Network CD - Volume 2.iso / programs / dopus / arexx_scripts / dopusutils / docs / opuswindows.doc < prev    next >
Encoding:
Text File  |  1991-10-14  |  1.2 KB  |  22 lines

  1.  
  2. Since I missed a couple of the buttons in SID, I've re-created them in AREXX
  3. for Directory Opus. Namely, the "swap window" button, and the one that makes
  4. both the windows have the same directory. Since DOpus ALWAYS un-arcs to the
  5. destination window, a button that makes both windows the same is handy when
  6. you want to un-ARC a file to the same directory that the original ARC file
  7. is in.
  8.  
  9. SWAPWINDOW.DOPUS simply swaps the right window with the left window. To
  10. assign it to a button, just have it call REXX:SWAPWINDOW.DOPUS. Set it for
  11. Async. I have the shortcut key set to 50, which is F1. Substitute anything
  12. you want here. Note that this is the same as using the right mouse button to
  13. "Click-M-Click" on the two diskname bars at the top of the screen.
  14.  
  15. SAMEWINDOW.DOPUS makes the unselected window to have the same display as the
  16. selected window. Again, have your button gadget call REXX:SAMEWINDOW.DOPUS,
  17. and use Async as well. I have the shortcut key set for 51, which is F2.
  18. Note that this is NOT the same as using the left mouse button to
  19. "Click-M-Click" on the two diskname bars. That's what I really wanted to
  20. accomplish with this one, but it does not seem to be documented....
  21.  
  22.